runtime.traceLocker.GoPark (method)

4 uses

	runtime (current package)
		debugcall.go#L174: 			trace.GoPark(traceBlockDebugCall, 1)
		proc.go#L4078: 		trace.GoPark(mp.waitTraceBlockReason, mp.waitTraceSkip)
		proc.go#L4207: 		trace.GoPark(traceBlockPreempted, 0)
		traceruntime.go#L487: func (tl traceLocker) GoPark(reason traceBlockReason, skip int) {